home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 1 / The 640 Meg Shareware Studio CD-ROM Volume I (Data Express)(1992).ISO / driver / macpab1.dsk / MACPA1.ZIP / AUDIODD / SOURCE / README < prev   
Text File  |  1992-06-30  |  986b  |  22 lines

  1.  
  2. The following files should be in this directory.
  3.  
  4.        DEMO.C       - The DEMO.C file contains source code for both DOS and
  5.                       OS/2. A parameter in the .MAK file tells the compiler
  6.                       which operating system is needed and the code is
  7.                       compiled for the requested operating system.
  8.  
  9.        DEMOMSG.H    - User messages displayed during the demo program
  10.        DEMODEF.H    - #define declarations for demo program
  11.        AUDIODD.H    - device driver specific definitions
  12.  
  13.        DEMO2.DEF    - Linker definitions file for OS/2 link
  14.  
  15.        DEMOD.MAK    - DOS demo NMAKE file. The following command should be
  16.                       executed to create a DOS executable file:
  17.                             'NMAKE DEMOD.MAK'
  18.        DEMO2.MAK    - OS/2 demo NMAKE file. The following command should be
  19.                       executed to create an OS/2 executable file:
  20.                             'NMAKE DEMO2.MAK'
  21.  
  22.